home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / Reklamy / Heuthes - ISOF / style.css < prev    next >
Cascading Style Sheet File  |  2003-03-19  |  979b  |  81 lines

  1. * {
  2.     font-family : verdana,Arial, Helvetica, sans-serif;
  3. }
  4.  
  5. BODY {
  6.     margin: 0 0 0 0;
  7.     padding: 0 0 0 0;
  8. }
  9.  
  10. A {
  11.     color: #FFA800;
  12.     text-decoration: none;
  13. }
  14.  
  15. A:hover {
  16.     color: #D76C03;
  17.     text-decoration: none;
  18. }
  19.  
  20. A.opmenu {
  21.     color: black;
  22.     text-decoration: none;
  23. }
  24.  
  25. P {
  26.     font-size: 8pt;
  27.     margin: 0 0 10px 0;
  28. }
  29.  
  30. UL {
  31.     margin-top: 10px;
  32.     margin-bottom: 10px;
  33. }
  34.  
  35. .lewa {
  36.     font-size: 10px;
  37. }
  38.  
  39. .menu_lewe {
  40.     color: gray;
  41.     font-size: 10px;
  42. }
  43.  
  44. .lewa_tytul {
  45.     font-size: 10px;
  46.     font-weight: bold;
  47.     color: #D76C03;
  48. }
  49.  
  50. SPAN.optytul {
  51.     font-size: 10pt;
  52.     font-weight: bold;
  53.     color: #D76C03;
  54. }
  55.  
  56. TD {
  57.     font-size: 8pt;
  58. }
  59.  
  60. H1 {
  61.     color: #D76C03;
  62.     font-size: 14pt;
  63.     font-weight: bold;
  64.     margin: 0 0 10px 0;
  65. }
  66.  
  67. H2 {
  68.     color: #D76C03;
  69.     font-size: 12pt;
  70.     font-weight: bold;
  71.     margin: 0 0 5px 0;
  72. }
  73.  
  74. INPUT {
  75.     font-family: Verdana, Arial; 
  76.     color:#000000; 
  77.     background-color:#EDF0F4; 
  78.     border:solid black 1px;
  79.     font-size: 10px;
  80. }
  81.